From 880468f5a389f31aa5fa3d21223c03c44f471028 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 14 Jan 2021 08:13:34 -0500 Subject: [PATCH] docs: Fix a heading gotcha One of the many migration guide sections was too prominent. --- docs/reference/gtk/migrating-3to4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-3to4.md b/docs/reference/gtk/migrating-3to4.md index 9942b46048..3d2fa1638b 100644 --- a/docs/reference/gtk/migrating-3to4.md +++ b/docs/reference/gtk/migrating-3to4.md @@ -522,7 +522,7 @@ option. You should always review the resulting changes. The tag now supports for the 'lib' attribute the 'gtk' value only, instead of the 'gtk+' one previously. -## Adapt to GtkBuilder API changes +### Adapt to GtkBuilder API changes gtk_builder_connect_signals() no longer exists. Instead, signals are always connected automatically. If you need to add user data to your -- 2.30.2